/*!
Theme Name: ACCWS
Theme URI: http://underscores.me/
Author: 一刀
Author URI: https://www.wpzhiku.com
Description: The Academy of Contemporary China and World Studies Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ACCWS is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.h-full {
    height: 100%;
}

.mc4wp-alert {
    color: #fff;
    margin-top: 6px;
}

.wp-caption.aligncenter img {
    margin: 0 auto;
}

.site__header {
    border-bottom-width: 0px;
}

.figcaption, .wp-block-image figcaption, .wp-caption-text, .wp-caption figcaption {
    font-size: 16px;
}

.sm-menu a .sub-arrow {
    margin-top: -16px;
}

.single-event .rs-post__content, .single-research .rs-post__content {
    font-size: 18px;
}

.nav-menu > li > a {
    font-family: "Arial bold", sans-serif !important;
}

.sm-menu > li > a.has-submenu:after {
    content: none;
}

.site__nav .nav-menu li {
    position: relative;
}

.rs-expert-names{
    max-height: 210px;
    overflow: hidden;
}

.entry--expert .rs-entry__title{
    border-bottom: 0;
}

.entry--expert .rs-entry__title a{
    text-align: center;
}

@media (min-width: 1023px) {
    .sm-menu a, .sm-menu a.highlighted, .sm-menu a:active, .sm-menu a:focus, .sm-menu a:hover {
        text-transform: none;
    }
}

@media screen and (max-width: 1023px) {
    .sm-menu a {
        text-transform: none;
    }
}

@media (min-width: 1024px) {
    .rs-slider__heading h2 {
        font-size: 27px;
        line-height: 68px;
    }

    .rs-entry__title a{
        height: 4rem;
        max-height: 4rem;
    }

    .entry--expert .rs-entry__title a{
        display: block !important;
    }

    .sm-menu ul {
        width: auto !important;
        margin-left: 0 !important;
        top: 100px !important;
        text-align: left;
        padding-top: 4px;
        padding-bottom: 18px;
    }

    .sm-menu ul.sub-menu li {
        display: block;
        padding: 0 20px;
    }

    .sm-menu ul.sub-menu li a {
        border-bottom: 1px solid #fff !important;
        padding: 21px 0 8px 0 !important;
        font-size: 18px;
    }

    .js-dropdown-contents {
        position: relative;
        max-width: 1176px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .js-dropdown-content {
        max-width: 293px !important;
        margin-left: 0 !important;
        right: 0;
    }

    .js-dropdown-content {
        padding: 36px 15px 30px !important;
    }

    .js-dropdown-content .mt-4 {
        display: none;
    }

    .js-close {
        right: -1px;
        top: -23px;
    }

    .rs-sub-form [type=submit],
    .search-form [type=submit],
    .woocommerce-product-search [type=submit] {
        padding-left: 16px;
        padding-right: 16px;
        font-family: 'Arial Bold', sans-serif;
    }

    #js-subscribe-content {
        max-width: 420px !important;
    }

    .site__nav {
        margin-right: 0 !important;
        justify-content: center !important;
    }
}